home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / windows / bmaster1.zip / BMASTER1.DOC next >
Text File  |  1993-07-05  |  2KB  |  57 lines

  1.                              Battle Masters
  2.                              --------------
  3.                               Version 1.01
  4.                                   by
  5.  
  6.                               Neil Sanford
  7.                               
  8.                              190 Tyler Ave.
  9.                             Iselin, NJ 08830
  10.  
  11. Battle Masters is a war game for two people played on a 100 x 100 square 
  12. grid.  This game is written in Microsoft Visual Basic v3.  Windows Version 
  13. 3.1 is needed to play.  This game is shareware, and any donations are 
  14. greatly appreciated.  
  15.  
  16. Four files are needed for the game:    
  17.     
  18.     1)  BMASTER1.DOC  -  This file.
  19.     2)  BMASTER1.EXE  -  The game program.
  20.     3)  BMASTER1.HLP  -  Online help.
  21.     4)  VBRUN300.DLL  -  Visual Basic v3 runtime module.
  22.  
  23. Planned items for future versions of this game include:
  24.   - one player mode
  25.   - more game pieces
  26.   - faster map scrolling
  27.   - sound
  28.   - 2 player by modem
  29.  
  30.  
  31. INSTALLATION
  32. ------------
  33. 1)  Place the BMASTER1.* files into the same directory on your system.
  34. 2)  Place the VBRUN300.DLL file into your "\WINDOWS\SYSTEM" directory.
  35. 3)  Select the Program Group within Windows that you want this game
  36.     to appear in.
  37. 4)  From the "File" menu option, Select the "New" option and create a  
  38.     "New Program Item" to add this game.
  39. 5)  Use the following information in creating the New Program Item:
  40.         Description       = "Battle Masters"
  41.         Command Line      = (directory from step 1) + "\BMASTER1.EXE"
  42.         Working Directory = (directory from step 1)
  43.  
  44.         The game has its own icon.
  45.  
  46.  
  47. RUNNING THE GAME
  48. ----------------
  49. 1)  The game can be run by following the above installation instructions,
  50.     and then double-clicking on the game's icon.
  51.  
  52. 2)  The game can also be started by using the Windows Program Manager, or
  53.     by using the Run menu option.
  54.  
  55. -----------
  56. End of File
  57.